Strptime update (#1133)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 30 Jun 2023 13:26:53 +0000 (07:26 -0600)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2023 13:26:53 +0000 (07:26 -0600)
commit7088c7e47ace23799c0b3477f39af4d158b68b30
tree4ee159652ff2178956124c5725a693cf80e261eb
parent0deb74c871ea10c7e1589a196a5ce1f0c409e715
Strptime update (#1133)

* prepare to update strptime

* update strptime to glibc 2.37, with modifications.

* add missing cmake file.

* quiet MSVC warnings with strptime

* quiet codacy complaints about strptime

third party code

* use _strnicmp on windows

* ensure strptime works with signed enums for windows.
13 files changed:
.codacy.yaml
CMakeLists.txt
strptime.c [deleted file]
strptime.cmake [new file with mode: 0644]
strptime.h [deleted file]
strptime/COPYING [new file with mode: 0644]
strptime/COPYING.LIB [new file with mode: 0644]
strptime/LICENSES [new file with mode: 0644]
strptime/README [new file with mode: 0644]
strptime/README.GPSBabel [new file with mode: 0644]
strptime/strptime.h [new file with mode: 0644]
strptime/strptime_l.c [new file with mode: 0644]
strptime/strptime_l.c.patch [new file with mode: 0644]